@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}


body.HeaderHide .Header-wrapper{box-shadow: none;}
body.HeaderHide .Container-wrapper{margin-top: 0;}
body.HeaderHide .Header-wrapper{transform: translateY(-62px);}

body.site-up .Header-wrapper {transform: translate(0,-85px);}

.Fix{display: flex;flex-wrap: wrap;}  
.Header-wrapper .Header-wrapper-top{margin-top: 10px;border-bottom: 1px solid #E8E8EA;padding-bottom: 10px;}
.Header-wrapper .logo2{display: none;}
.Header-wrapper .logo-box{line-height: 3.05;}
/* .Header-wrapper .init{display: block;}
.Header-wrapper .inits{display: none;} */
.Header-wrapper .text-box{font-size: 32px;font-family: "Microsoft YaHei";color: rgb(30, 26, 22);font-weight: bold;margin-left: 10px;margin-right: 4%;}
.Header-ljie{width:64.6%;padding-top: 4px;}
.Header-ljie li{width: 17%;}
.Header-ljie li p{font-size: 14px;font-family: "Microsoft YaHei";color: rgb(30, 26, 22);line-height: 2.5;margin-left: 10px;letter-spacing: 1px;}
.Header-lang{float: right;position: relative;z-index: 999;margin-left: 2px;padding-top: 10px;}
.Header-lang-menu{display: flex;align-items: center;/* height: 85px; */}
.Header-lang-menu span{display: block;padding-left: 46px;/* background: url(../images/lang.png) no-repeat left center /36px auto; */line-height: 22px;font-size: 16px;color: #444;font-family: Arial;}
.Header-lang.active .Header-lang-menu span{color: #d6000f;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 85px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #d6000f;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 70px;cursor: pointer;background: url(../images/search.png) no-repeat center /21px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url(../images/close.svg) no-repeat center/18px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 85px;line-height: 85px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 148px;margin-top:48px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url("../images/search.png"/*tpa=http://www.hamedata.com/template/default/images/common/search.svg*/) no-repeat center /24px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{width: 100%;visibility: visible;opacity: 1;height: 70px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{display: flex;justify-content: center;float: left;}
.Header-navbar li{float: left;margin: 0 44px;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 70px;display: flex;align-items: center;font-size: 16px;color: #444;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 2px;position: absolute;bottom:18px;background: #d6000f;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #d6000f !important;}
.Header-navbar li.active .Header-menu::before,.Header-navbar li:hover .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 70px;left: 50%;width: 200px;margin-left: -100px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #d6000f;color: #fff;}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
.CEN{float: right;line-height: 2.8;display: none;}
.CEN a{font-size: 21px;color: #000;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 透明 */
/* body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Header-wrapper{background: transparent;box-shadow: none;background: #fff;}
body.Lucency .Header-menu{color: #fff;}
body.Lucency .Header-search-click{background-image: url("../images/search_on.png");}
body.Lucency .Header-lang-menu span{color: #fff;background-image: url("../images/lang_on.png");}
body.Lucency .Header-wrapper .text-box{color: #fff;}
body.Lucency .Header-ljie li p{color: rgb(30, 26, 22);}
body.Lucency .Header-navclick span{background: #fff;}
body.Lucency .Header-navclick.active span{background-color: #777;}
body.Lucency .Header-navclick span:before,body.Lucency .Header-navclick span:after{background: #fff;}
body.Lucency .Header-navclick.active span:before,body.Lucency .Header-navclick.active span:after{background: #777;}

body.Lucency.Mouse .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
 
body.Lucency.Mouse .Header-menu{color: #747474;}
body.Lucency.Mouse .Header-search-click{background-image: url(../images/search.png) ;}
body.Lucency.Mouse .Header-wrapper .text-box{color: #fff);}
body.Lucency.Mouse .Header-ljie li p{color: #444;}
body.Lucency.Mouse .Header-lang-menu span{color: #747474;background-image: url(../images/lang.png);}
body.Lucency.Mouse  .Header-navclick span{background-color: #777;}
body.Lucency.Mouse  .Header-navclick span:before,body.Lucency.Mouse  .Header-navclick span::after{background-color: #777;}
 
body.Lucency.onSearch .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.onSearch .logo-box img.s{display: block;}
body.Lucency.onSearch .logo-box img.h{display: none;}
body.Lucency.onSearch .Header-menu{color: #747474;}
body.Lucency.onSearch .Header-search-click.active{background-image: url(../images/close.svg);}
body.Lucency.onSearch .Header-lang-menu span{color: #747474;background-image: url("../images/"/);}
 */
/* 底部 */
.Footer-wrapper{width: 100%;background: #181818;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 92px 0 84px;}
.Footer-navbar{float: left;width: 70%;overflow: hidden;user-select: none;}
.Footer-navbar ul {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 15px;color: #fff;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: rgb(153, 154, 154);line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-copyright{width: 100%;}
.Footer-copyright-cont{width: 100%;border-top: 1px solid #323232;padding: 24px 0;line-height: 50px;}
.Footer-copyright-cont h6{font-size: 14px;color: rgb(153, 154, 154);}
.Footer-copyright-cont span{color: rgb(153, 154, 154);}
.Footer-copyright-cont .h a:nth-last-child(1){float: right;}
.Footer-cont {width: 14%;float: right;}
.Footer-cont-logo {width: 100%;padding-bottom:16px;position:relative;text-align: center;}
.Footer-cont-text{ font-size: 16px;font-family: "Microsoft YaHei";color: rgb(255, 255, 255);line-height: 1.625;text-align: center;}
/* .Footer-cont-logo::after{content: '';width: 192px;height: 1px;background-color: #303030;position: absolute;left: 0;bottom: 0;z-index: 1;}
.Footer-cont-logo::before{content: '';width: 30px;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 0;z-index: 3;} */
.Footer-cont-logo img {max-width: 100%;}
.Footer-cont-link {width: 100%;margin-top: 20px;}
.Footer-cont-link p{font-size: 15px;color: #fff;line-height: 26px;}
.Footer-copyzj .contain-1440{border-top: 1px solid #323232;padding: 20px 0 40px 0;background: url(../images/bu_bg.png) no-repeat center;}
.Footer-copyzj{}
.Footer-copyzj ul{display: flex;flex-wrap: wrap;}
.Footer-copyzj ul li{width: 20%;}
.Footer-copyzj ul li:nth-last-child(2){width: 40%;}
.Footer-copyzj ul li h2{font-size: 19px;font-family: "Microsoft YaHei";color:#e5e5e5;line-height: 1.579;}
.Footer-copyzj ul li p{ font-size: 16px;font-family: "Microsoft YaHei";color: rgb(153, 154, 154);line-height: 1.875;}
.FooterCode{width: 100%;font-size: 0;display: flex; margin-top:28px;}
.FooterCode a{width: 32px;height: 32px;border-radius: 50%;background-color: #363636;display: flex;justify-content: center;align-items: center;vertical-align: middle;position: relative;}
.FooterCode a+a{margin-left: 10px;}
.FooterCode a>img{width:18px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 42px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;z-index:3;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #d6000f url(../images/top.svg) no-repeat center/22px auto;} 
.backTop:hover{animation: top 1s 0s 1 ease-out forwards;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;/* margin-top: 40px; */}
.contain-1440, .contain-1440, .contain{margin: 0 auto;}
.contain-1440{width: 1680px;}
.contain-1440{width: 1440px;}
.contain{width: 1280px;}

/* 分页 */
			.prenext{border-top:1px dashed #e5e5e5;border-bottom:1px dashed #e5e5e5;font-size:16px;line-height:60px;margin-top:60px;color:#444}
			.prenext span{float:left;width:108px;color:#666;font-size:16px}
			.prenext a{color:#333}
			.prenext a:hover{color:#C92B2F;text-decoration:none}
			.prenext:last-child{border-top:0;margin-top:0;border-bottom:0}
			 
			@media screen and (max-width:960px){
				.prenext{font-size:15px;line-height:50px}
				.prenext span{font-size:15px;width:90px}
			}
			@media screen and (max-width:640px){
				.prenext{font-size:14px;line-height:44px}
				.prenext span{font-size:14px;width:80px}
			}
			@media screen and (max-width:480px){
				.prenext span{font-size:14px;width:60px}
			}
			@media screen and (max-width:420px){
				.prenext{font-size:14px;line-height:46px}
				.prenext span{font-size:12px;width:50px}
			}

/* 视频弹窗 */
.popVideo{display: none;opacity: 0;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url(../images/closeW.svg) no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1440{width: 1440px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1440, .contain-1440{width: 1200px;}
    .contain{width: 1080px; }
	.Header-search-item .contain{margin-top: 80px;}
    .backTop {right: 30px;bottom: 40px;}
	.Header-wrapper .text-box{margin-right: 2.5%;}
	.Header-ljie{width: 59.6%;}
	.Header-ljie li{width: 21%;}
}

@media all and (max-width:1439px) {
 
 
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
	.Header-ljie{width:85.6%;}
	.Header-ljie li{width: 24%;}
    /* 1152 × (700) */
    .contain-1440, .contain-1440{width: 960px;}
    .contain{width: 880px;}

    .Header-navbar li { margin: 0 18px;}

    .Footer-items{padding: 80px 0 80px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
/* 	body.Lucency .Header-logo  .initm{display: none;}
	body.Lucency .Header-logo  .initsm{display: block;} */
    .contain-1440, .contain-1440, .contain{width: 92%;}
	
    .Container-wrapper{margin-top: 0px;}
	.Header-wrapper-top{display: none;}
	.Header-search-item .contain{margin-top: auto;}
    .Header-wrapper .contain-1440{width: 100%;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;}
	.Header-wrapper .logo2{display:inline;line-height: 4.05;}
    .Header-logo img{max-height: 44px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url(../images/arrD.svg) no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
	.Header-navbar li:hover .Header-menu{color: #747474 !important;} 
    .Header-navbar li.active .Header-menu{color: #d6000f !important;}
	
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;border-top: 1px solid rgba(0, 0, 0, 0.1);}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #d6000f url("../images/search.png"/) no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url(../images/close.svg) !important;}
	.CEN{display: block;}
    .Footer-navbar ul{display: none;}
    .Footer-items{padding: 60px 0 ;}
    .Footer-items .contain-1440 {width: 100%;}
    .Footer-navbar{width: 100%;margin-top: 16px;}
    .Footer-navbar li{width: 100% !important;}
	.Footer-cont-logo{text-align: center;}
	.Footer-cont-text{text-align: center;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
	
	.Footer-copyzj{ }
	.Footer-copyzj ul li h2{font-size: 14px;}
	.Footer-copyzj ul li:nth-last-child(2){width: 50%;}
	.Footer-copyzj ul li:nth-last-child(1){width: 30%;}
	.Footer-copyzj .contain-1440{background: #181818;}
	.Footer-cont-text{ }
	/* .Footer-cont-logo::before {content: '';width: 30px;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 0;z-index: 3;}
	.Footer-cont-logo::after {content: '';width: 192px;height: 1px;background-color: #303030;position: absolute;left: 0;bottom: 0;z-index: 1;} */
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url(../images/arrDW.svg) no-repeat center /16px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-cont {width: 100%;padding: 0 4%;}
    .FooterCode {text-align: center;margin-top: 28px;}
    .Footer-copyright-cont{padding: 20px 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}
    .Header-logo img {  height: 22px; }
	.Footer-copyright-cont h6{line-height: 1.8;color: #fff;}
	.Footer-copyright-cont span{color: #fff;}
    .Footer-copyright-cont .h a:nth-last-child(1){float: inherit;}
    .Footer-cont-logo img {max-width: 28%; }
	.Footer-copyzj ul li h2{font-size: 14px;}
	.Footer-copyzj ul li{width: 100%;}
	.Footer-copyzj ul li:nth-last-child(3){margin-top: 10px;}
	.Footer-copyzj ul li:nth-last-child(2){width: 100%;margin-top: 10px;margin-bottom: 10px;}
	.Footer-copyzj ul li:nth-last-child(1){width: 100%;}
	.Footer-copyzj ul li p{font-size: 14px;color: #fff;}
	.Footer-copyzj .contain-1440{padding: 14px 0 10px 0;}
    .Footer-items{padding: 0px 0 ;padding-top: 20px;}
    .Footer-menu::after {background: url(../images/arrDW.svg) no-repeat center /14px auto;}
}